projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c53e7
)
(make-frame): Renamed from new-frame.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Mar 1993 19:22:48 +0000
(19:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Mar 1993 19:22:48 +0000
(19:22 +0000)
(new-frame): Alias for make-frame.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 989b3efa2ecc961b8a54c372051575ee4d26cb2c..2607d360ab0bf634dcec0e5ef61fecc4198ecde1 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-236,7
+236,9
@@
These supercede the values given in `default-frame-alist'.")
(> (minibuffer-depth) 0)
t)))
-(defun new-frame (&optional parameters)
+;; Alias, kept temporarily.
+(fset 'new-frame 'make-frame)
+(defun make-frame (&optional parameters)
"Create a new frame, displaying the current buffer.
Optional argument PARAMETERS is an alist of parameters for the new